type runtime.eface
14 uses
runtime (current package)
alg.go#L119: a := (*eface)(p)
alg.go#L240: x := *(*eface)(p)
alg.go#L241: y := *(*eface)(q)
iface.go#L457: func assertE2I2(inter *interfacetype, e eface) (r iface) {
iface.go#L472: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
iface.go#L477: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
mfinal.go#L244: (*eface)(r)._type = &f.ot.Type
mfinal.go#L245: (*eface)(r).data = f.arg
mfinal.go#L249: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
netpoll.go#L685: x := (*eface)(unsafe.Pointer(&i))
print.go#L255: func printeface(e eface) {
runtime2.go#L209: type eface struct {
runtime2.go#L214: func efaceOf(ep *any) *eface {
runtime2.go#L215: return (*eface)(unsafe.Pointer(ep))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |